ItemHasAttachments Property |
Represents a property that is set to true if an item has attachments at least one visible attachment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic bool HasAttachments { get; }Public ReadOnly Property HasAttachments As Boolean
Get
Property Value
Type:
Booleantrue if this instance has attachments; otherwise,
false.
See Also